home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AGS_SL10.ZIP / AGS_TEMP.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-04-17  |  974b  |  87 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     STRING001 = ReadLine(PPEPath() + "ags_last.cfg", 16)
  25.     FClose -1
  26.     If (Upper(STRING001) == "NO") Goto LABEL001
  27.     If (Upper(STRING001) == "YES") Goto LABEL002
  28.     :LABEL001
  29.     If (CDOn() == 1) Goto LABEL002
  30.     If (CDOn() == 0) End
  31.     :LABEL002
  32.     FCreate 4, PPEPath() + "ags_tmp." + String(PcbNode()), 1, 3
  33.     FPutLn 4, U_Bul() / 1024
  34.     FPutLn 4, U_Bdl() / 1024
  35.     FPutLn 4, Mid(Time(), 1, 5)
  36.     FClose 4
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    1       End
  45. ;    3       Goto 
  46. ;    1       Let 
  47. ;    4       If 
  48. ;    1       FCreate 
  49. ;    2       FClose 
  50. ;    3       FPutLn 
  51. ;    1       GetUser
  52. ;
  53. ;
  54. ; ■ Functions used :
  55. ;
  56. ;    1       -
  57. ;    2       /
  58. ;    3       +
  59. ;    4       ==
  60. ;    2       Upper()
  61. ;    1       Mid()
  62. ;    1       Time()
  63. ;    1       U_Bdl()
  64. ;    1       U_Bul()
  65. ;    1       String()
  66. ;    2       PPEPath()
  67. ;    1       PcbNode()
  68. ;    1       ReadLine()
  69. ;    2       CDOn()
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Analysis flags : No flag
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;
  77. ; Postprocessing report
  78. ;
  79. ;    0       For/Next
  80. ;    0       While/EndWhile
  81. ;    0       If/Then or If/Then/Else
  82. ;    0       Select Case
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;                 AEGiS Corp - Break the routines, code against the machines!
  86. ;------------------------------------------------------------------------------
  87.